home *** CD-ROM | disk | FTP | other *** search
- #ifndef __MACUTILITIES__
- #define __MACUTILITIES__
-
- /*
- // Prototypes for MacUtilities.c
- */
- short PtrLooksValid( Ptr thePtr );
- short PtrValid( Ptr thePtr );
-
- short TheModifiers( void );
- Boolean OptionKeyIsDown( void );
- Boolean CommandKeyIsDown( void );
- Boolean ShiftKeyIsDown( void );
-
- void RgnToGlobal( RgnHandle aRegion );
- void RgnToLocal( RgnHandle aRegion );
- void RectToGlobal(Rect* aRect);
- void RectToLocal(Rect* aRect);
-
- void GetGlobalWindowLocation(WindowPtr window, Rect* windowRect);
-
- void ChangeCursor( short cursID );
-
- #endif
-